vuecc
I recently discovered Vue.js and I really liked it. You just have to add a script tag and you can start coding using this framework. After a few hours of development, I decided to use SFC (Single File Components) to separate business code from components. And I got a really bad surpise! In order to compile those templates I needed to use a build system (Webpack or Browserify). The tutorial is really good, but… Read More...